/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
.no-space {
   padding-top: 0 !important;
   padding-bottom: 0 !important;
}

/* RokSprocket
 ========================================================================== */
/* Mosaic Overlay Image effect */
img.sprocket-mosaic-image {
   -webkit-transition: -webkit-transform 0.5s ease;
   -moz-transition: -moz-transform 0.5s ease;
   transition: transform 0.5s ease;
}

img.sprocket-mosaic-image:hover {
   -webkit-transform: scale(1.5);
   -moz-transform: scale(1.5);
   -o-transform: scale(1.5);
   transform: scale(1.5);
}

a.readon {
   padding: 5px 30px;
   margin: 10px 0;
   border: 1px solid #fff;
   display: inline-block;
}

a.readon:hover {
   padding: 5px 30px;
   margin: 10px 0;
   border: 1px solid #ccc;
   display: inline-block;
   text-decoration: none;
}

/*Icons for Joomlaplates > class = jp-icon
 ------------------------------------------------*/
.jp-icon {
   font-size: 400%;
   border: 1px solid #fff;
   padding: 20px;
   margin: 20px 10px 0 0;
   -webkit-transition: -webkit-transform 0.5s ease;
   -moz-transition: -moz-transform 0.5s ease;
   transition: transform 0.5s ease;
   opacity: 0.5;
}

.jp-icon:hover {
   font-size: 400%;
   border: 1px solid #fff;
   padding: 20px;
   margin: 20px 10px 0 0;
   opacity: 0.9;
}

/*Rewrite the stupid bootstrap
 ------------------------------------------------*/
[class^='icon-'],
[class*=' icon-'] {
   height: auto;
   line-height: 1.7 !important;
   width: auto;
}

/* Full Size Image Background
 ========================================================================== */
.uk-cover-background {
   background-position: center top;
}

/* Section Images
 ========================================================================== */
#top-a,
#top-b,
#top-c,
#top-d,
#bottom-a,
#bottom-b,
#bottom-c,
#bottom-d {
   background-attachment: fixed;
   background-position: cover;
}

/* Headline with Border
 ========================================================================== */
span.border {
   border-top: 1px dotted #fff;
   border-bottom: 1px dotted #fff;
   padding: 10px 20px;
}

/* Headerbar Slider Styles
 ========================================================================== */
.headerbar {
   text-align: center;
   padding: 0 !important;
   position: relative;
}

.headerbar h1 {
   font-size: 60px;
   color: #fff;
}

.headerbar h2 {
   font-size: 20px;
   color: #fff;
}

/* Toolbar Outer 100%
 ========================================================================== */
.toolbar-outer {
   width: 100%;
   font-size: 12px;
}

.tm-toolbar {
   margin: 0 !important;
   padding: 10px 0;
   color: #fff;
}

.tm-toolbar a {
   color: #fff;
}

.tm-toolbar ul {
   margin: 0 !important;
}

.tm-toolbar ul li {
   border-color: white !important;
}

.tm-toolbar .uk-subnav > * {
   margin-top: 0;
}

/* headerbar Outer 100%
 ========================================================================== */
.headerbar-outer .uk-container {
   width: 100%;
   position: relative;
   padding-top: 20px !important;
   padding-bottom: 10px !important;
}

.headerbar-outer {
   position: relative;
   box-shadow: 0px 1px 2px 1px #eee;
   -moz-box-shadow: 0px 1px 2px 1px #eee;
   -webkit-box-shadow: 0px 1px 2px 1px #eee;
   -o-box-shadow: 0px 1px 2px 1px #eee;
   -ms-box-shadow: 0px 1px 2px 1px #eee;
}

input.uk-search-field {
   width: auto !important;
}

/* Logo 
 ========================================================================== */
div.logo-left * {
   margin: 0 !important;
}

/* Logo 
 ========================================================================== */
.logo {
   float: none;
   text-align: center;
}

.logo p {
   margin: 0 !important;
}

a.tm-logo:hover {
   color: none;
   text-decoration: none !important;
}

/* Mobile Logo 
 ========================================================================== */
.tm-logo-small {
   display: inline-block;
   letter-spacing: normal !important;
}

/* Absolute Module Position
 ========================================================================== */
.absolute {
   position: fixed;
   left: 10px;
   top: 20%;
   z-index: 999;
}

.uk-dotnav li a {
   border: 1px solid rgba(255, 255, 255, 0.5);
}

/* menu Position
 ========================================================================== */

.menu-style {
   text-align: right;
}

#menu-outer {
   position: relative;
   background: #222;
}

#menu-outer {
   z-index: 980;
   float: none;
   text-align: center;
   left: 0;
   right: 0;
   width: 100%;
}

/* Absolut Menu with Icons  
 ========================================================================== */
.absolute .uk-icon-button {
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   box-sizing: border-box;
   display: inline-block;
   font-size: 16px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   width: 30px;
   margin: 0 !important;
}

a.menu-icon i {
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

a.menu-icon:hover {
   color: #000;
}

a.menu-icon {
   display: inline-block;
   margin-bottom: 4px !important;
}

.absolute .uk-icon-large {
   vertical-align: 0;
}

/* Mainmenu 
 ========================================================================== */
.uk-dropdown .uk-nav {
   text-align: left;
}

#menu-outer {
   z-index: 980;
   float: none;
   text-align: center;
}

.uk-navbar-nav > li > a {
   text-transform: uppercase;
}

.uk-navbar-nav {
   display: inline-block !important;
   float: none !important;
   list-style: outside none none;
   margin: 0;
   padding: 0;
   text-align: center !important;
}

/* Sticky Menu
 ========================================================================== */
@media screen and (max-width: 1024px) {
   #menu-outer {
      -webkit-transition: 0.15s ease-in-out;
      -ms-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
   }
}

/* Media Query 768
 ========================================================================== */
@media screen and (max-width: 1024px) {
   #top-a,
   #top-b,
   #top-c,
   #top-d,
   #bottom-a,
   #bottom-b,
   #bottom-c,
   #bottom-d {
      background-attachment: scroll !important;
      background-position: cover;
   }
}

.tm-navbar {
   margin: 0 !important;
   padding: 0 !important;
}

/*Center the Sub Menu
 ------------------------------------------------*/
.submenu .uk-subnav {
   display: inline-flex !important;
}

.submenu .uk-subnav li a {
   color: #999;
   font-size: 12px;
}

.submenu .uk-subnav li a:hover {
   color: #444;
   font-size: 12px;
}

/* Joomla System Output Shadow
 ========================================================================== */
.tm-content {
   background: #fff !important;
   box-shadow: 0px 1px 2px 1px #bebebe;
   -moz-box-shadow: 0px 1px 2px 1px #bebebe;
   -webkit-box-shadow: 0px 1px 2px 1px #bebebe;
   -o-box-shadow: 0px 1px 2px 1px #bebebe;
   -ms-box-shadow: 0px 1px 2px 1px #bebebe;
}

/* Footer 
 ========================================================================== */
.footer-outer {
   margin: 0 !important;
   padding: 10px 0;
   font-size: 12px;
   line-height: 1.6;
}

.footer-outer p {
   margin: 0;
}

/*Center the Footer Menu
 ------------------------------------------------*/
.footer-outer .uk-subnav {
   display: inline-flex !important;
}

/* Article Title
 ========================================================================== */
h3.uk-panel-title {
   position: relative;
}

/* Panel Box Border
 ========================================================================== */

.uk-panel-box-border {
   background: none !important;
   border: 1px solid #f2f2f2;
}

.uk-panel-box-shadow {
   border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
   box-shadow: 0px 1px 2px 1px #bebebe;
   -moz-box-shadow: 0px 1px 2px 1px #bebebe;
   -webkit-box-shadow: 0px 1px 2px 1px #bebebe;
   -o-box-shadow: 0px 1px 2px 1px #bebebe;
   -ms-box-shadow: 0px 1px 2px 1px #bebebe;
}

/* Center Title with Border
----------------------------------------------------------------------------------------------------*/
.headline-border h3.uk-panel-title {
   overflow: hidden;
   text-align: center;
   font-size: 250%;
   padding: 20px 0;
   font-weight: 100;
   border-bottom: none;
}

.headline-border h3.uk-panel-title:before,
.headline-border h3.uk-panel-title:after {
   background-color: #ccc;
   content: '';
   display: inline-block;
   height: 1px;
   position: relative;
   vertical-align: middle;
   width: 50%;
}

.headline-border h3.uk-panel-title:before {
   right: 0.5em;
   margin-left: -50%;
}

.headline-border h3.uk-panel-title:after {
   left: 0.5em;
   margin-right: -50%;
}

/* Modern Font Face
----------------------------------------------------------------------------------------------------*/
span.ico {
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   padding: 10%;
   display: block;
   font-family: FontAwesome;
   font-size: 60px;
   height: 100px;
   line-height: 100px;
   margin: 0 auto 12px;
   width: 100px;
   text-align: center;
   transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
}

span.ico:hover {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

figure img {
   transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0);
}

figure img:hover {
   transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0.5);
}

.uk-overlay-panel {
   background-color: rgba(0, 0, 0, 0.5);
}

/* HR Styles
----------------------------------------------------------------------------------------------------*/
/*HR Margin
 ------------------------------------------------*/
.uk-grid-divider:empty {
   margin-bottom: 35px !important;
   margin-top: 35px !important;
}

hr.style1 {
   border-top: 1px solid #8c8b8b;
}

hr.style2 {
   border-top: 3px double #8c8b8b;
}

hr.style3 {
   border-top: 1px dashed #8c8b8b;
}

hr.style4 {
   border-top: 1px dotted #8c8b8b;
}

hr.style5 {
   background-color: #fff;
   border-top: 2px dashed #8c8b8b;
}

hr.style6 {
   background-color: #fff;
   border-top: 2px dotted #8c8b8b;
}

hr.style7 {
   border-top: 1px solid #8c8b8b;
   border-bottom: 1px solid #fff;
}

hr.style8 {
   border-top: 1px solid #8c8b8b;
   border-bottom: 1px solid #fff;
}

hr.style8:after {
   content: '';
   display: block;
   margin-top: 2px;
   border-top: 1px solid #8c8b8b;
   border-bottom: 1px solid #fff;
}

hr.style9 {
   border-top: 1px dashed #8c8b8b;
   border-bottom: 1px dashed #fff;
}

hr.style10 {
   border-top: 1px dotted #8c8b8b;
   border-bottom: 1px dotted #fff;
}

hr.style13 {
   height: 10px;
   border: 0;
   box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

hr.style14 {
   border: 0;
   height: 1px;
   background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
   background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
   background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
   background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

hr.style15 {
   border-top: 4px double #8c8b8b;
   text-align: center;
}

hr.style15:after {
   content: '\002665';
   display: inline-block;
   position: relative;
   top: -15px;
   padding: 0 10px;
   background: #f0f0f0;
   color: #8c8b8b;
   font-size: 18px;
}

hr.style16 {
   border-top: 1px dashed #8c8b8b;
}

hr.style16:after {
   content: '\002702';
   display: inline-block;
   position: relative;
   top: -12px;
   left: 40px;
   padding: 0 3px;
   background: #f0f0f0;
   color: #8c8b8b;
   font-size: 18px;
}

hr.style17 {
   border-top: 1px solid #8c8b8b;
   text-align: center;
}

hr.style17:after {
   content: '§';
   display: inline-block;
   position: relative;
   top: -14px;
   padding: 0 10px;
   background: #f0f0f0;
   color: #8c8b8b;
   font-size: 18px;
   -webkit-transform: rotate(60deg);
   -moz-transform: rotate(60deg);
   transform: rotate(60deg);
}

hr.style18 {
   height: 30px;
   border-style: solid;
   border-color: #8c8b8b;
   border-width: 1px 0 0 0;
   border-radius: 20px;
}

hr.style18:before {
   display: block;
   content: '';
   height: 30px;
   margin-top: -31px;
   border-style: solid;
   border-color: #8c8b8b;
   border-width: 0 0 1px 0;
   border-radius: 20px;
}

hr.style-one {
   border: 0;
   height: 1px;
   margin: 40px 0;
   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
   background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
   background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
   background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

hr.style-two {
   padding: 0;
   border: none;
   border-top: medium double #ededed;
   color: #ddd;
   text-align: center;
   margin: 40px 0;
}

hr.style-two:after {
   content: 'v';
   display: inline-block;
   position: relative;
   top: -0.7em;
   font-size: 1.5em;
   padding: 0 0.25em;
   background: white;
}

hr.style-three {
   padding: 5px 0;
   border: none;
   border-bottom: solid 3px pink;
   font-weight: bold;
   position: relative;
   margin-bottom: 8px;
   width: 200px;
   margin: 0 auto;
   margin-bottom: 50px;
   margin-top: 30px;
}

hr.style-three:after {
   content: '';
   border-bottom: solid 3px blue;
   width: 100px;
   position: absolute;
   bottom: -20px;
   left: 0;
   right: 0;
   margin: 0 auto;
}

/* Image Styles
 ========================================================================== */

.shadow {
   box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
   border: 1px solid #fff;
}

.shadow-img {
   box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.3);
}

img.effect {
   opacity: 0.5;
   transition: all 0.4s ease-in-out 0s;
}

img.effect:hover {
   opacity: 1;
}

a.top-scroller {
   position: fixed !important;
   right: 20px;
   bottom: 20px;
   z-index: 9999;
   font-size: 20px;
   text-align: center;
}

a.top-scroller:hover {
   display: block;
   transition: all 0.2s linear 0s;
}

/* Video Iframe
 ========================================================================== */
.responsive-video iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.responsive-video {
   position: relative;
   padding-bottom: 56.25%;
   /* Default for 1600x900 videos 16:9 ratio*/
   padding-top: 0px;
   height: 0;
   overflow: hidden;
   margin: 20px 0;
}
